home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
arc_lbr
/
squash.arc
/
SQUASH.DOC
< prev
next >
Wrap
Text File
|
1987-11-13
|
2KB
|
83 lines
12 November 1987
From Leslie Satenstein
220 Croissant de L'Arcade
Chomedey, Laval Quebec
H7W-4Y3 (514)-682-5882
To: The world at large
Subject: Squash and Crunching Files
Enclosed in this archive are the following files:
(1) Squash.doc This Document
(2) Squash.h Include file for Squash.doc
(3) Squash.C The C-Source
(4) SQUASH.EXE The EXE file --Microsoft version 4.0
The program and supporting code are placed in the public domain.
What is important is to recognize that files compatible with PKARC and
ARCH (my version of Henderson's ARC program) are created with this program.
The code functions, and is there for you to examine.
If you would like to have more information about MY product ARCHive.EXE,
A practical program which can be effectively used to compress/decompress
members of archives, Please contact me for pricing. Single Copies of
ARCHive.EXE are available for $30.00.
If you want to complete the archive program, you are more than welcome.
My version of ARCHive.EXE took almost 3 years to achieve it's current level
of function and RELIABILITY.
Enjoy.
Leslie Satenstein
Credit is given as follows:
To the author of ARC.EXE for the basis of a wonderful program.
To PKatz, the author of PKXARC and other delights.
To the AUTHORS OF COMPRESS.ARC from which the proceding two programs
were modelled.
To the authors of LOOZ.EXE, the unix version of the product which uses
files ending in .ZOO
How to Use
For Data Compression
Squash filename.ext ===> filename.arc
optional switches are
V version
v verbose
k/K delete filename.ext after creating filename.arc
F/f don't prompt for overwrite, just do it
D Debug info
For Data Decompression
Squash filename[.arc] -u ====> filename.ext
optional switches are
V version
v verbose
k/K delete filename.arc after extracting filename.ext
D Debug information